From 327ed4ad168775dbfffd68532cf33d131187ca8d Mon Sep 17 00:00:00 2001 From: Michael Gilbert Date: Sat, 19 Mar 2022 00:48:02 +0000 Subject: [PATCH] disable manual line wrapping in makefiles Gbp-Pq: Topic disable Gbp-Pq: Name line-wrapping.patch --- tools/makedep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/makedep.c b/tools/makedep.c index edb243e..e652536 100644 --- a/tools/makedep.c +++ b/tools/makedep.c @@ -528,7 +528,7 @@ static void strarray_qsort( struct strarray *array, int (*func)(const char **, c */ static void output_filename( const char *name ) { - if (output_column + strlen(name) + 1 > 100) + if (0) { output( " \\\n" ); output( " " ); -- 2.30.2